|
|
|
|
FullSize Property, ScrollingClass Class |
Defines whether scroll buttons are as large as a tab.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Property FullSize As Boolean |
C# |
public bool FullSize { get; set; } |
C++ |
public: property bool FullSize { |
Property Value
True if the scroll buttons are as large as a tab, otherwise False.
The default value is True.
Comments
The FullSize property defines whether scroll buttons are as large as a tab.
The height (or width) of the tabs determines the height (or width) of the scroll buttons. If FullSize is set to True, the scroll buttons are made as large as possible.
Certain tab styles have varying tab sizes for active tabs. The size of the non-active tab determines the button size.
The size of the Close, Minimize and Restore button can be defined using the Buttons.FullSize property.